ByteMINumericByteMAdd Method

Computes the sum of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteM INumeric<ByteM>.Add(
	ByteM value
)

Parameters

value  ByteM
The value to add to the current value.

Return Value

ByteM
The sum of the current value and value.

Implements

INumericTSelfAdd(TSelf)

See Also